This page last changed on Jan 20, 2006 by golpa.
How it works
There's a cron job running on glastlnx01 for each account that can submit batch jobs. The cron job checks the bsub.jobs table on glastDB.slac.stanford.edu for new jobs and uses bsub to submit them.
What to check for if things go wrong
- The contents of the bsub.jobs table is displayed on the Batch Submission Webpage.
- The log files for each job are located in /nfs/farm/g/glast/u15/tempBatch/<jobId>.log
- There can also be additional internal log information about batchsub itself located on the log page. You must be logged in to view that page. The module is 'batchSub' and the ID for the logs is the same as the ID of the batch job.
- The code itself is located in two locations ~glast/infraCron/batchSub.pl is the cron job that gets executed and ~glast/infraBin/bsubChange.pl is the script that gets executed when the job changes states in LSF.
|